ReactiveNavigationPage class¶
Attributes: [DebuggerDisplay("{ViewModel}")]
Defined in
Namespace: ReactiveUI.Reactive.Maui
Assembly: ReactiveUI.Maui.Reactive.dll
Full name: ReactiveUI.Reactive.Maui.ReactiveNavigationPage<T>
Modifiers: public
Summary¶
This is an NavigationPage that is also an IViewFor.
Applies to
net10.0, net10.0-android36.0, net10.0-ios26.0, net10.0-macos26.0, net10.0-windows10.0.19041, net10.0-browserwasm1.0, net10.0-desktop1.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-desktop1.0, net9.0-windows10.0.19041
Class hierarchy
classDiagram
class ReactiveNavigationPage~T~
class NavigationPage
NavigationPage <|-- ReactiveNavigationPage~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveNavigationPage~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveNavigationPage~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveNavigationPage~T~
Inherits from: NavigationPage
Implements: IViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the page changes. Override this method to add class handling for this event. |